Add tests for class hierarchy incremental recompilation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package foo
|
||||
|
||||
open class A<T> {
|
||||
open fun f(x: T) {}
|
||||
}
|
||||
Reference in New Issue
Block a user