Add regression test for KT-3132
#KT-3132 Obsolete
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class Test {
|
||||
trait Foo { }
|
||||
|
||||
class FooImplNested: Foo { }
|
||||
|
||||
inner class FooImplInner: Foo { }
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
Test().FooImplInner()
|
||||
Test.FooImplNested()
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user