Recompile subtypes when class member is changed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
open class A {
|
||||
open fun f(c: C<Any>) {}
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
open class A {
|
||||
open fun f(c: C<Any>) {}
|
||||
}
|
||||