7f8d6b3008
#KT-18805 Fixed
13 lines
179 B
Kotlin
Vendored
13 lines
179 B
Kotlin
Vendored
fun x1() = // cx1
|
|
42
|
|
|
|
fun x2() = /* cx2 */
|
|
42
|
|
|
|
fun x3() {
|
|
1 + // cx4_1
|
|
2
|
|
|
|
1 + /* cx4_2 */
|
|
2
|
|
} |