Suggestions from expression itself to have higher priority + fixed incorect upper case naming
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
fun main(args: Array<String>) {
|
||||
with(A()) {
|
||||
val i = prop
|
||||
println(i)
|
||||
println(i)
|
||||
val prop = prop
|
||||
println(prop)
|
||||
println(prop)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user