Fix grammatical error in unsupported reflection exception
This commit is contained in:
committed by
Alexander Udalov
parent
f046f2964b
commit
bfa3f89aeb
@@ -316,7 +316,7 @@ internal class KClassImpl<T : Any>(
|
|||||||
throw UnsupportedOperationException(
|
throw UnsupportedOperationException(
|
||||||
"This class is an internal synthetic class generated by the Kotlin compiler, such as an anonymous class " +
|
"This class is an internal synthetic class generated by the Kotlin compiler, such as an anonymous class " +
|
||||||
"for a lambda, a SAM wrapper, a callable reference, etc. It's not a Kotlin class or interface, so the reflection " +
|
"for a lambda, a SAM wrapper, a callable reference, etc. It's not a Kotlin class or interface, so the reflection " +
|
||||||
"library has no idea what declarations does it have. Please use Java reflection to inspect this class: $jClass"
|
"library has no idea what declarations it has. Please use Java reflection to inspect this class: $jClass"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
KotlinClassHeader.Kind.UNKNOWN -> {
|
KotlinClassHeader.Kind.UNKNOWN -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user