Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/overrideExplicit/A.kt.new.1
T
2016-01-27 12:28:44 +03:00

3 lines
46 B
Groff
Vendored

open class A {
open fun f(c: C<Any?>) {}
}