Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class MyException : Exception()
|
||||
|
||||
<spot>@Throws(MyException::class)</spot>
|
||||
fun test() {
|
||||
throw MyException()
|
||||
}
|
||||
Reference in New Issue
Block a user