We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e06ae commit f98f4a5Copy full SHA for f98f4a5
src/test/kotlin/kscript/test/FileApiTest.java
@@ -0,0 +1,8 @@
1
+package kscript.test;
2
+
3
+/**
4
+ * @author Holger Brandl
5
+ */
6
+public class FileApiTest {
7
8
+}
src/test/kotlin/kscript/test/SupportApiTest.kt
@@ -2,8 +2,7 @@ package kscript.test
import io.kotlintest.matchers.shouldBe
import io.kotlintest.specs.StringSpec
-import kscript.print
-import kscript.stdin
+import kscript.*
/**
9
* @author Holger Brandl
0 commit comments