Files
kotlin-fork/idea/idea-completion/testData/handlers/smart/TabReplaceOperand.kt.after
T
Valentin Kipyatkov bb808b5620 Created module idea-test-framework and moved classes needed for idea tests there
Moved tests for completion and their test data into module idea-completion
2015-04-14 18:53:01 +03:00

12 lines
156 B
Plaintext
Vendored

var b1: Boolean = true
var b2: Boolean = true
var b3: Boolean = true
val c: String = ""
fun bar() {
if (b1 && b3 && b3) {}
}
//ELEMENT: b3
//CHAR: \t