JVM_IR KT-42758 don't use 'this' for object self-reference by name
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
open class Base(val f1: () -> Any)
|
||||
|
||||
object Thing : Base({ Thing }) {
|
||||
fun test1() = Thing
|
||||
fun test2() = this
|
||||
}
|
||||
Reference in New Issue
Block a user