12 lines
107 B
Kotlin
Vendored
12 lines
107 B
Kotlin
Vendored
package format.inspection
|
|
|
|
fun test() {
|
|
if(true){}
|
|
}
|
|
|
|
|
|
|
|
fun other() {
|
|
val test = 12
|
|
<caret>
|
|
} |