[FIR] Various checkers performance fixes
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
open class A
|
||||
open class B : A()
|
||||
|
||||
open class First<T> {
|
||||
open fun test(item: T) {}
|
||||
}
|
||||
|
||||
open class Second : First<A>() {
|
||||
override fun test(item: A) {}
|
||||
}
|
||||
Reference in New Issue
Block a user