add tests for incremental compilation when only private part changed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
public object Usage {
|
||||
public fun f() {
|
||||
ClassA().meth1()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user