Add incremental compilation tests with changes of companion object

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