Provide parent reference for temporary variables immediately
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class C(x: Any?) {
|
||||
val s: String?
|
||||
init {
|
||||
s = x?.toString()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user