Files
kotlin-fork/idea/testData/inspections/reformat/reformat.kt
T
2017-09-07 16:10:09 +03:00

12 lines
107 B
Kotlin
Vendored

package format.inspection
fun test() {
if(true){}
}
fun other() {
val test = 12
<caret>
}