Files
kotlin-fork/compiler/testData/psi/EOLsInComments.kt
T
2013-09-17 18:10:00 +04:00

19 lines
132 B
Kotlin

fun foo() {
a
+ b
a
/** */+ b
a
/* */+ b
a /*
*/ + b
a
/*
*/ + b
a /**
*/ + b
a //
+ b
a //
+ b
}