5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
// TARGET_BACKEND: JVM
|
|
package test
|
|
|
|
fun fff(a: java.lang.Integer): Int = 1
|