Add incremental compilation tests with changes of companion object

This commit is contained in:
Alexey Tsvetkov
2015-12-24 15:05:34 +03:00
parent 618f9f62f6
commit a7c432ebe8
39 changed files with 285 additions and 0 deletions
@@ -0,0 +1,5 @@
class A {
companion object AA {
val x: String = ""
}
}