Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
libraries
/
tools
/
kotlin-main-kts-test
/
testData
/
hello-resolve-junit-dynver-error.main.kts
blob: 0fbad0f33879e7d7b24bf254998c8f639f67d989 [
file
] [
log
] [
blame
]
@file
:
DependsOn
(
"junit:junit:(4.11,4.12]"
)
org
.
junit
.
Assert
.
assertThrows
(
NullPointerException
::
class
.
java
)
{
throw
null
!!
}
println
(
"Hello, World!"
)