mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
10 lines
101 B
Plaintext
Vendored
10 lines
101 B
Plaintext
Vendored
// OPTION: 0
|
|
fun test() {
|
|
val i = 1
|
|
foo(1<caret>)
|
|
}
|
|
|
|
fun foo(i: Int) {}
|
|
|
|
fun bar(i: Int) = 1
|