9ebefa3ba6
This breaks total kotlin resolve test because of incorrect rendering of ConeClassErrorType (we are trying to read its symbol)
10 lines
191 B
Plaintext
Vendored
10 lines
191 B
Plaintext
Vendored
FILE: where.kt
|
|
public? final? interface A {
|
|
}
|
|
public? final? interface B {
|
|
}
|
|
<T : A, B> public? final? class C {
|
|
public? constructor(): super<kotlin/Any>()
|
|
|
|
}
|