FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
// WITH_STDLIB
|
||||
val x <expr>by lazy {1}</expr>
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
KT element: KtPropertyDelegate
|
||||
FIR element: FirFunctionCallImpl
|
||||
|
||||
FIR element rendered:
|
||||
R|kotlin/lazy|<R|kotlin/Int|>(<L> = lazy@fun <anonymous>(): R|kotlin/Int| <inline=NoInline> {
|
||||
^ Int(1)
|
||||
}
|
||||
)
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
// WITH_STDLIB
|
||||
val x by <expr>lazy {1}</expr>
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
KT element: KtCallExpression
|
||||
FIR element: FirFunctionCallImpl
|
||||
|
||||
FIR element rendered:
|
||||
R|kotlin/lazy|<R|kotlin/Int|>(<L> = lazy@fun <anonymous>(): R|kotlin/Int| <inline=NoInline> {
|
||||
^ Int(1)
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user