Create error type if reflection class isn't found
Introduce a new diagnostic fired when reflection types aren't found in the classpath
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {}
|
||||
|
||||
class A {
|
||||
fun baz() {}
|
||||
}
|
||||
|
||||
val bar = <!REFLECTION_TYPES_NOT_LOADED!>::<!>foo
|
||||
val quux = A<!REFLECTION_TYPES_NOT_LOADED!>::<!>baz
|
||||
Reference in New Issue
Block a user