4 lines
39 B
Plaintext
Vendored
4 lines
39 B
Plaintext
Vendored
fun foo(x: String?) {
|
|
x!! plus 1
|
|
}
|