Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
libraries
/
tools
/
kotlin-main-kts-test
/
testData
/
resolve-error-hamcrest-via-junit.main.kts
blob: 0c491de0a59526b428088c4cf59239f8b08ef16d [
file
] [
log
] [
blame
]
@file
:
DependsOn
(
"junit:junit:4.11"
,
options
=
[
"transitive=false"
])
org
.
hamcrest
.
Description
.
NullDescription
()
println
(
"Hello, World!"
)