Supported methods with default arguments in partial package compilation.

This commit is contained in:
Evgeny Gerashchenko
2014-08-28 17:06:43 +04:00
parent 3226093fa6
commit 35720ff46d
6 changed files with 26 additions and 0 deletions
@@ -0,0 +1,3 @@
fun a(p1: String, p2: String? = null) {
}
@@ -0,0 +1,3 @@
fun a(p1: String, p2: String? = null) {
}
@@ -0,0 +1,3 @@
fun b(p1: String, p2: String? = null) {
}
@@ -0,0 +1,7 @@
Cleaning output files:
out/production/module/_DefaultPackage-a-*.class
out/production/module/_DefaultPackage.class
End of files
Compiling files:
src/a.kt
End of files