[Analysis API, FIR] migrate ::class.java -> ::class inside error messages

They seem to provide similar results and the `.java` part is redundant
This commit is contained in:
Ilya Kirillov
2023-07-17 12:08:12 +02:00
committed by Space Team
parent 24db4e62f5
commit 08400d930f
10 changed files with 11 additions and 11 deletions
@@ -230,7 +230,7 @@ open class AbstractSymbolLightClassesParentingTestBase(
assertions.assertTrue(owner is SymbolLightMemberModifierList<*>)
else ->
throw IllegalStateException("Unexpected annotation owner kind: ${lastDeclaration::class.java}")
throw IllegalStateException("Unexpected annotation owner kind: ${lastDeclaration::class}")
}
}