mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
fix complex case of recursion in JavaDescriptorResolver
#KT-1804
This commit is contained in:
10
compiler/testData/javaDescriptorResolver/inner.java
Normal file
10
compiler/testData/javaDescriptorResolver/inner.java
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
class A implements B.C {
|
||||
}
|
||||
|
||||
class B {
|
||||
B(C c) {}
|
||||
|
||||
interface C {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user