Remove symbol added by accident into javalang.kt
This commit is contained in:
@@ -22,7 +22,7 @@ class IllegalStateException(message: String = "") : Exception() {}
|
|||||||
|
|
||||||
library
|
library
|
||||||
class IndexOutOfBoundsException(message: String = "") : Exception() {}
|
class IndexOutOfBoundsException(message: String = "") : Exception() {}
|
||||||
s
|
|
||||||
library
|
library
|
||||||
class UnsupportedOperationException(message: String = "") : Exception() {}
|
class UnsupportedOperationException(message: String = "") : Exception() {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user