Suggestions from expression itself to have higher priority + fixed incorect upper case naming
This commit is contained in:
+2
-2
@@ -8,6 +8,6 @@ fun foo(t: T): Int {
|
||||
fun bar(x: Int = foo(T(T(2).t + 1)))
|
||||
|
||||
fun test() {
|
||||
val i = T(2).t
|
||||
foo(T(i + 1))
|
||||
val t = T(2).t
|
||||
foo(T(t + 1))
|
||||
}
|
||||
Reference in New Issue
Block a user