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