Add incremental compilation tests with changes of companion object
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
object AA {
|
||||
val x: String = ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user