add ultra-light classes/members that work without backend in simple cases
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
class MyException : Exception
|
||||
class C @Throws(Exception::class) constructor(a: Int = 1) {
|
||||
@Throws(java.io.IOException::class, MyException::class)
|
||||
fun readFile(name: String): String {}
|
||||
}
|
||||
Reference in New Issue
Block a user