diff options
Diffstat (limited to 'test/playground.kt')
-rw-r--r-- | test/playground.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/playground.kt b/test/playground.kt index 455e56ff..38fd4a3f 100644 --- a/test/playground.kt +++ b/test/playground.kt @@ -40,6 +40,7 @@ class ClassWithConstructor(val name: String) data class Person(/** Doc at parameter */ val name: String, val age: Int) {} object Object { + throws(javaClass<IllegalArgumentException>()) fun objectFunction() { } |