Fix grammatical error in unsupported reflection exception

This commit is contained in:
Quantum64
2021-11-24 16:34:52 -05:00
committed by Alexander Udalov
parent f046f2964b
commit bfa3f89aeb
@@ -316,7 +316,7 @@ internal class KClassImpl<T : Any>(
throw UnsupportedOperationException(
"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 " +
"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 -> {