KT-12152 : constructor consistency analysis, base cases
This commit is contained in:
@@ -6,7 +6,7 @@ class A() {
|
||||
<!UNUSED_EXPRESSION!>this<!>
|
||||
}
|
||||
|
||||
val x = this@A.foo()
|
||||
val y = this.foo()
|
||||
val z = foo()
|
||||
val x = this@A.<!DEBUG_INFO_LEAKING_THIS!>foo<!>()
|
||||
val y = this.<!DEBUG_INFO_LEAKING_THIS!>foo<!>()
|
||||
val z = <!DEBUG_INFO_LEAKING_THIS!>foo<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user