KT-12152 : constructor consistency analysis, base cases
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class My(x: String) {
|
||||
val y: String = <!DEBUG_INFO_LEAKING_THIS!>foo<!>(x)
|
||||
|
||||
fun foo(x: String) = "$x$y"
|
||||
}
|
||||
Reference in New Issue
Block a user