22af8f7296
#KT-304 Fixed
7 lines
145 B
Kotlin
Vendored
7 lines
145 B
Kotlin
Vendored
//KT-304: Resolve supertype reference to class anyway
|
|
|
|
open class Foo() : <!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>Bar<!>() {
|
|
}
|
|
|
|
open class Bar<T>() {
|
|
} |