mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
8 lines
212 B
Kotlin
Vendored
8 lines
212 B
Kotlin
Vendored
open class A(x: Int) {
|
|
fun m(x: Int, y: Boolean) = 2
|
|
|
|
fun d(x: Int) {
|
|
m(<caret>1, false)
|
|
}
|
|
}
|
|
//Text: (<highlight>x: Int</highlight>, y: Boolean), Disabled: false, Strikeout: false, Green: true |