FIR IDE: fix testdata
This commit is contained in:
@@ -13,6 +13,7 @@ KtFirConstructorSymbol:
|
||||
valueParameters: []
|
||||
|
||||
KtFirFunctionValueParameterSymbol:
|
||||
hasDefaultValue: false
|
||||
isVararg: false
|
||||
name: x
|
||||
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
|
||||
|
||||
KtFirFunctionValueParameterSymbol:
|
||||
hasDefaultValue: false
|
||||
isVararg: false
|
||||
name: y
|
||||
origin: SOURCE
|
||||
@@ -35,6 +37,7 @@ KtFirFunctionValueParameterSymbol:
|
||||
type: kotlin/Int
|
||||
|
||||
KtFirFunctionValueParameterSymbol:
|
||||
hasDefaultValue: false
|
||||
isVararg: false
|
||||
name: z
|
||||
origin: SOURCE
|
||||
|
||||
@@ -3,6 +3,7 @@ fun foo(x: Int) {}
|
||||
// SYMBOLS:
|
||||
/*
|
||||
KtFirFunctionValueParameterSymbol:
|
||||
hasDefaultValue: false
|
||||
isVararg: false
|
||||
name: x
|
||||
origin: SOURCE
|
||||
|
||||
@@ -7,6 +7,7 @@ KtFirTypeParameterSymbol:
|
||||
origin: SOURCE
|
||||
|
||||
KtFirFunctionValueParameterSymbol:
|
||||
hasDefaultValue: false
|
||||
isVararg: false
|
||||
name: x
|
||||
origin: SOURCE
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_FIR
|
||||
package t
|
||||
|
||||
class A {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_FIR
|
||||
package t
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user