4 lines
65 B
Kotlin
Vendored
4 lines
65 B
Kotlin
Vendored
class C {
|
|
@Suppress("warnings")
|
|
fun foo(p: String??) {}
|
|
} |