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,3 @@
fun foo(x: Boolean) : Boolean {
return x || x || x
}