1 package foo
2 
3 class MyException : Exception {
foonull4     fun foo() = ""
5 }
6