Introduce NoSuchPropertyException and IllegalAccessException
No new tests added because it's difficult to model a situation where a ::-access is allowed but the code throws these exceptions at runtime
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import kotlin.reflect.IllegalAccessException
|
||||
import kotlin.reflect.KMemberProperty
|
||||
import kotlin.reflect.jvm.accessible
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import kotlin.reflect.IllegalAccessException
|
||||
import kotlin.reflect.KMutableMemberProperty
|
||||
import kotlin.reflect.jvm.accessible
|
||||
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
import kotlin.reflect.IllegalAccessException
|
||||
import kotlin.reflect.jvm.accessible
|
||||
|
||||
class A(param: String) {
|
||||
|
||||
Reference in New Issue
Block a user