blob: 88935a7730939ac1773b5cf95422174a2cbb1766 [file] [log] [blame]
@file:DependsOn("junit:junit:(4.12,5.0)")
org.junit.Assert.assertThrows(NullPointerException::class.java) {
throw null!!
}
println("Hello, World!")