21 lines
243 B
Kotlin
Vendored
21 lines
243 B
Kotlin
Vendored
fun test() {
|
|
if (true) {/*start-end*/}
|
|
|
|
if (true) {
|
|
/*start-end*/
|
|
}
|
|
|
|
if (true) {
|
|
/*start*/
|
|
/*end*/
|
|
}
|
|
|
|
if (true) {
|
|
/*start*/
|
|
|
|
/** doc */
|
|
val a = 12
|
|
|
|
/*end*/
|
|
}
|
|
} |