11d3ead975
#KT-64590 Fixed
8 lines
168 B
Kotlin
Vendored
8 lines
168 B
Kotlin
Vendored
package test
|
|
|
|
class SomeClass {
|
|
private interface PrivateInterface {
|
|
fun d() = "Default implementation of removed interface should not affect abi."
|
|
}
|
|
}
|