272ca002d7
#KT-35242 Fixed
12 lines
134 B
Kotlin
Vendored
12 lines
134 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
// TYPE: '1'
|
|
// ENABLE-WARNINGS
|
|
// WARNING: Unreachable code
|
|
|
|
fun test() {
|
|
return
|
|
|
|
val a = <caret>
|
|
}
|
|
|