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