tests for KT-7618 Compiling Maven project targeting JS fails when no source file present

This commit is contained in:
Michael Nedzelsky
2015-06-11 00:56:27 +03:00
parent dd60c7b79f
commit 744e760444
14 changed files with 87 additions and 1 deletions
@@ -4,7 +4,6 @@ Buildfile: [TestData]/build.xml
build:
[mkdir] Created dir: [Temp]/classes
[javac] Compiling 1 source file to [Temp]/classes
[javac] Compiling [[TestData]] => [[Temp]/classes]
[javac] Running javac...
[javac] [TestData]/J.java:3: package kotlin does not exist
[javac] import kotlin.Unit;