5 lines
96 B
Kotlin
Vendored
5 lines
96 B
Kotlin
Vendored
class A(val foo: Int)
|
|
|
|
fun A.test(foo: String) {
|
|
val <!UNUSED_VARIABLE!>a<!>: String = foo
|
|
} |