10 lines
164 B
Kotlin
Vendored
10 lines
164 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
//KT-304: Resolve supertype reference to class anyway
|
|
|
|
open class Foo() : <!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>Bar<!>() {
|
|
}
|
|
|
|
open class Bar<T>() {
|
|
}
|