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

3 lines
40 B
Groff
Vendored

open class B {
fun f(c: C<Int>) {}
}