Skip to content

Commit 970c665

Browse files
committed
Add eval static-java-method test
1 parent 120209a commit 970c665

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
break Test$ 3
2+
eval
3+
import java.nio.file.Paths
4+
Paths.get(".")
5+
result .
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
object Test:
2+
def main(args: Array[String]): Unit =
3+
println("Hello, World!")

0 commit comments

Comments
 (0)