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!")