FIR IDE: fix testdata
This commit is contained in:
@@ -13,6 +13,7 @@ KtFirConstructorSymbol:
|
|||||||
valueParameters: []
|
valueParameters: []
|
||||||
|
|
||||||
KtFirFunctionValueParameterSymbol:
|
KtFirFunctionValueParameterSymbol:
|
||||||
|
hasDefaultValue: false
|
||||||
isVararg: false
|
isVararg: false
|
||||||
name: x
|
name: x
|
||||||
origin: SOURCE
|
origin: SOURCE
|
||||||
@@ -28,6 +29,7 @@ KtFirConstructorSymbol:
|
|||||||
valueParameters: Could not render due to java.lang.ClassCastException: org.jetbrains.kotlin.idea.frontend.api.fir.symbols.KtFirFunctionValueParameterSymbol cannot be cast to org.jetbrains.kotlin.idea.frontend.api.fir.symbols.KtFirConstructorValueParameterSymbol
|
valueParameters: Could not render due to java.lang.ClassCastException: org.jetbrains.kotlin.idea.frontend.api.fir.symbols.KtFirFunctionValueParameterSymbol cannot be cast to org.jetbrains.kotlin.idea.frontend.api.fir.symbols.KtFirConstructorValueParameterSymbol
|
||||||
|
|
||||||
KtFirFunctionValueParameterSymbol:
|
KtFirFunctionValueParameterSymbol:
|
||||||
|
hasDefaultValue: false
|
||||||
isVararg: false
|
isVararg: false
|
||||||
name: y
|
name: y
|
||||||
origin: SOURCE
|
origin: SOURCE
|
||||||
@@ -35,6 +37,7 @@ KtFirFunctionValueParameterSymbol:
|
|||||||
type: kotlin/Int
|
type: kotlin/Int
|
||||||
|
|
||||||
KtFirFunctionValueParameterSymbol:
|
KtFirFunctionValueParameterSymbol:
|
||||||
|
hasDefaultValue: false
|
||||||
isVararg: false
|
isVararg: false
|
||||||
name: z
|
name: z
|
||||||
origin: SOURCE
|
origin: SOURCE
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ fun foo(x: Int) {}
|
|||||||
// SYMBOLS:
|
// SYMBOLS:
|
||||||
/*
|
/*
|
||||||
KtFirFunctionValueParameterSymbol:
|
KtFirFunctionValueParameterSymbol:
|
||||||
|
hasDefaultValue: false
|
||||||
isVararg: false
|
isVararg: false
|
||||||
name: x
|
name: x
|
||||||
origin: SOURCE
|
origin: SOURCE
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ KtFirTypeParameterSymbol:
|
|||||||
origin: SOURCE
|
origin: SOURCE
|
||||||
|
|
||||||
KtFirFunctionValueParameterSymbol:
|
KtFirFunctionValueParameterSymbol:
|
||||||
|
hasDefaultValue: false
|
||||||
isVararg: false
|
isVararg: false
|
||||||
name: x
|
name: x
|
||||||
origin: SOURCE
|
origin: SOURCE
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_FIR
|
|
||||||
package t
|
package t
|
||||||
|
|
||||||
class A {
|
class A {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_FIR
|
|
||||||
package t
|
package t
|
||||||
|
|
||||||
class A {
|
class A {
|
||||||
|
|||||||
Reference in New Issue
Block a user