[LL FIR] add more restrictions to getNonLocalContainingOrThisDeclaration
^KTIJ-25437 KT-MR-10036
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package one
|
||||
|
||||
open class ClassWithParameter(s: String)
|
||||
|
||||
class TopLevelClass : ClassWithParameter("${
|
||||
fun(): String {
|
||||
return ""
|
||||
}()
|
||||
}")
|
||||
Reference in New Issue
Block a user