0798e43524
So #KT-17400 Fixed So #KT-15680 Fixed So #KT-15660 Fixed Likely also #KT-16838 Fixed
5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
// !CHECK_HIGHLIGHTING
|
|
|
|
impl fun foo() = 42
|
|
|
|
impl fun foo(arg: Int) = 7 * arg |