Add ClassBuilderMode.KAPT3 tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface A {
|
||||
fun a() {}
|
||||
fun b()
|
||||
}
|
||||
|
||||
interface B {
|
||||
fun b()
|
||||
}
|
||||
Reference in New Issue
Block a user