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,6 @@
fun foo(n: Int) {
// foo3
<caret>val /* foo */ x: String // foo2
x = /* bar2 */ "" // bar3
/* baz */
}