Push Down: Initial Support

This commit is contained in:
Alexey Sedunov
2015-07-28 21:28:39 +03:00
parent 5168ccc159
commit a66ef47887
42 changed files with 1638 additions and 356 deletions
+8
View File
@@ -0,0 +1,8 @@
class <caret>A {
// INFO: {"checked": "true"}
val x = 1
// INFO: {"checked": "true"}
fun foo() {
}
}