Move intention-related classes and tests to "intentions" directory

This commit is contained in:
Alexey Sedunov
2013-06-13 18:56:54 +04:00
parent 57252ea491
commit 6f942a21de
275 changed files with 303 additions and 309 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
fun foo(n: Int) {
<caret>val x: String
x = ""
}