Files

7 lines
76 B
Kotlin
Vendored

// FULL_JDK
fun foo(x: java.io.Serializable) {}
fun main() {
foo("")
}