Supported methods with default arguments in partial package compilation.
Original commit: 35720ff46d
This commit is contained in:
@@ -110,6 +110,11 @@ public class IncrementalJpsTestGenerated extends AbstractIncrementalJpsTest {
|
|||||||
doTest("jps-plugin/testData/incremental/pureKotlin/constantsUnchanged/");
|
doTest("jps-plugin/testData/incremental/pureKotlin/constantsUnchanged/");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("defaultArguments")
|
||||||
|
public void testDefaultArguments() throws Exception {
|
||||||
|
doTest("jps-plugin/testData/incremental/pureKotlin/defaultArguments/");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("dependencyClassReferenced")
|
@TestMetadata("dependencyClassReferenced")
|
||||||
public void testDependencyClassReferenced() throws Exception {
|
public void testDependencyClassReferenced() throws Exception {
|
||||||
doTest("jps-plugin/testData/incremental/pureKotlin/dependencyClassReferenced/");
|
doTest("jps-plugin/testData/incremental/pureKotlin/dependencyClassReferenced/");
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user