Add ClassBuilderMode.KAPT3 tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
class Test {
|
||||
@JvmOverloads
|
||||
fun b(s: String = "A", i: Int = 5, c: Char = 'c') {}
|
||||
}
|
||||
Reference in New Issue
Block a user