3d8d92c7d3
- test data files renamed from *.jet to *.kt
6 lines
77 B
Kotlin
Vendored
6 lines
77 B
Kotlin
Vendored
fun foo(<!UNUSED_PARAMETER!>a<!> : Any) {}
|
|
|
|
fun test() {
|
|
foo(object {});
|
|
}
|