FIR: add EXPERIMENTAL_API_USAGE reporting
This commit is contained in:
@@ -23,5 +23,5 @@ class Derived : Base() {
|
||||
}
|
||||
|
||||
fun test(b: Base) {
|
||||
b.foo()
|
||||
b.<!EXPERIMENTAL_API_USAGE_ERROR!>foo<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user