[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// KT-14469: SOE during effective visibility evaluation
|
||||
|
||||
abstract class Base(private val v: String)
|
||||
|
||||
fun bar(arg: String) = arg
|
||||
|
||||
class Derived : Base("123") {
|
||||
|
||||
private inline fun foo() {
|
||||
bar(<!INAPPLICABLE_CANDIDATE!>v<!>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user