code review

This commit is contained in:
Dmitry Jemerov
2015-09-25 17:04:02 +02:00
parent 4e7236529c
commit 9de74921ca
10 changed files with 113 additions and 78 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
abstract class Foo {
abstract val <caret>x: Int
}