Files
kotlin-fork/idea/testData/intentions/removeBraces/ifWithSemicolon.kt.after
T
2014-07-10 15:05:18 +04:00

6 lines
77 B
Plaintext

fun doSomething<T>(a: T) {}
fun foo() {
if (true) doSomething("test")
}