967f470b16
Changing code wasn't required, Java's incremental caches were enough.
8 lines
49 B
Kotlin
8 lines
49 B
Kotlin
package b
|
|
|
|
class B: a.A() {
|
|
}
|
|
|
|
open class BB {
|
|
|
|
} |