[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//KT-3501 Variable/parameter is highlighted as unused if it is used in member of local class
|
||||
|
||||
fun f(p: String) { // "p" is marked as unused
|
||||
class LocalClass {
|
||||
fun f() {
|
||||
p
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user