Introduce Variable: Forbid inside of type references and 'super' references
#KT-8324 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
interface T
|
||||
|
||||
object O : T
|
||||
|
||||
fun foo() {
|
||||
val x = object : T by <selection>O</selection> {}
|
||||
}
|
||||
Reference in New Issue
Block a user