Test for obsolete KT-8189: java.lang.UnsupportedOperationException: Don't know how to generate
#KT-8189 Obsolete
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
interface A { fun f() }
|
||||
|
||||
open class P(val z: B)
|
||||
|
||||
class B : A {
|
||||
override fun f() {}
|
||||
class C : A by <!NO_THIS!>this<!> {}
|
||||
class D(val x : B = <!NO_THIS!>this<!>)
|
||||
class E : P(<!NO_THIS!>this<!>)
|
||||
}
|
||||
Reference in New Issue
Block a user