Add ClassBuilderMode.KAPT3 tests

This commit is contained in:
Yan Zhulanow
2017-02-17 16:15:02 +03:00
parent e25e19c4d6
commit 7a5f94129c
17 changed files with 290 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
interface A {
fun a() {}
fun b()
}
interface B {
fun b()
}