K2: add JVM checker for NO_REFLECTION_IN_CLASS_PATH warning
It's based on the existing K1 checker `JvmReflectionAPICallChecker`. #KT-60587 Fixed
This commit is contained in:
committed by
Space Team
parent
bd46bb02c1
commit
7fc3e60854
+2
@@ -1,3 +1,5 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
import kotlin.reflect.*
|
||||
|
||||
class Foo(val prop: Any) {
|
||||
|
||||
Reference in New Issue
Block a user