Create new Tower Resolve
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class A(val foo: Int)
|
||||
|
||||
fun A.test(foo: String) {
|
||||
val <!UNUSED_VARIABLE!>a<!>: String = foo
|
||||
}
|
||||
Reference in New Issue
Block a user