538a746df9
#KT-17119 Fixed
4 lines
77 B
Kotlin
Vendored
4 lines
77 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun test(a: Int, b: Int) = label@<caret>{
|
|
return@label
|
|
} |