Files
kotlin-fork/libraries/examples/scripting/jvm-maven-deps/host/testData/hello-unresolved-junit.kts
T
Ilya Chernikov 2c3a50e4b3 Refactor scripting examples:
- split into script def and host part
- remove bad dependencies
- organize it in a way that should be typical for user scenarios
2018-04-04 16:23:56 +02:00

6 lines
62 B
Kotlin
Vendored

org.junit.Assert.assertTrue(true)
println("Hello, World!")