Kapt: Fix supertype conversion for DefaultImpls (KT-28306)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// CORRECT_ERROR_TYPES
|
||||
|
||||
package foo
|
||||
|
||||
interface InterfaceWithDefaults<T> {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
interface SubInterface<T> : InterfaceWithDefaults<T>
|
||||
Reference in New Issue
Block a user