f8e165dbe4
FIR fake overrides are rendered now more precisely to test this process
10 lines
81 B
Kotlin
Vendored
10 lines
81 B
Kotlin
Vendored
|
|
class Some
|
|
|
|
class B : A<Some>() {
|
|
fun test() {
|
|
foo(Some())
|
|
}
|
|
}
|
|
|