[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// KT-12338 Compiler error ERROR: Rewrite at slice LEXICAL_SCOPE key: REFERENCE_EXPRESSION with when and function references
|
||||
|
||||
fun a() { }
|
||||
|
||||
fun test() {
|
||||
when {
|
||||
true -> ::a
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user