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