Store refactoring
#KT-1213 Fixed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class A (val p: String) {
|
||||
|
||||
val _kind: String = "$p"
|
||||
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
if (A("OK")._kind != "OK") return "fail"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user