[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:
committed by
Space Team
parent
24db4e62f5
commit
08400d930f
+1
-1
@@ -34,6 +34,6 @@ fun FirElementWithResolveState.getContainingFile(): FirFile? {
|
||||
moduleComponents.cache.getCachedFirFile(ktFile)
|
||||
?: error("Fir file for dandling modifier list cannot be null")
|
||||
}
|
||||
else -> errorWithFirSpecificEntries("Unsupported declaration ${this::class.java}", fir = this)
|
||||
else -> errorWithFirSpecificEntries("Unsupported declaration ${this::class}", fir = this)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user