[FIR] Render dot-separated FQNs instead of slash-separated ones in diagnostics
^KT-62030 fixed
This commit is contained in:
committed by
Space Team
parent
b119b4de02
commit
d98da87278
+1
-1
@@ -28,4 +28,4 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null)
|
||||
}
|
||||
]
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin/String', but 'kotlin/Int' was expected.>
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.String', but 'kotlin.Int' was expected.>
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
KtInapplicableCallCandidateInfo:
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin/Int', but 'kotlin/Char' was expected.>
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.Int', but 'kotlin.Char' was expected.>
|
||||
candidate = KtSimpleFunctionCall:
|
||||
isImplicitInvoke = false
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
@@ -30,7 +30,7 @@ KtInapplicableCallCandidateInfo:
|
||||
isInBestCandidates = true
|
||||
|
||||
KtInapplicableCallCandidateInfo:
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin/Int', but 'kotlin/Boolean' was expected.>
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.Int', but 'kotlin.Boolean' was expected.>
|
||||
candidate = KtSimpleFunctionCall:
|
||||
isImplicitInvoke = false
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
@@ -61,7 +61,7 @@ KtInapplicableCallCandidateInfo:
|
||||
isInBestCandidates = true
|
||||
|
||||
KtInapplicableCallCandidateInfo:
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin/Int', but 'kotlin/String' was expected.>
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.Int', but 'kotlin.String' was expected.>
|
||||
candidate = KtSimpleFunctionCall:
|
||||
isImplicitInvoke = false
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
KtInapplicableCallCandidateInfo:
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin/Boolean', but 'kotlin/Int' was expected.>
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.Boolean', but 'kotlin.Int' was expected.>
|
||||
candidate = KtSimpleFunctionCall:
|
||||
isImplicitInvoke = true
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
@@ -33,7 +33,7 @@ KtInapplicableCallCandidateInfo:
|
||||
isInBestCandidates = false
|
||||
|
||||
KtInapplicableCallCandidateInfo:
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin/Boolean', but 'kotlin/Char' was expected.>
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.Boolean', but 'kotlin.Char' was expected.>
|
||||
candidate = KtSimpleFunctionCall:
|
||||
isImplicitInvoke = false
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
KtInapplicableCallCandidateInfo:
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin/Int', but 'kotlin/Boolean' was expected.>
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.Int', but 'kotlin.Boolean' was expected.>
|
||||
candidate = KtSimpleFunctionCall:
|
||||
isImplicitInvoke = false
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
KtInapplicableCallCandidateInfo:
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin/Int', but 'kotlin/String' was expected.>
|
||||
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.Int', but 'kotlin.String' was expected.>
|
||||
candidate = KtDelegatedConstructorCall:
|
||||
kind = SUPER_CALL
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
|
||||
@@ -16,7 +16,7 @@ Tower Data Context:
|
||||
Element 7
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final companion object Companion : R|kotlin/Any|
|
||||
Type: kotlin/Enum.Companion
|
||||
Type: kotlin.Enum.Companion
|
||||
Element 8
|
||||
Scope: FirNestedClassifierScopeWithSubstitution
|
||||
Classifiers:
|
||||
@@ -78,4 +78,4 @@ FILE: [ResolvedTo(IMPORTS)] enumValue.kt
|
||||
public final static [ResolvedTo(STATUS)] val entries: R|kotlin/enums/EnumEntries<Direction>|
|
||||
public [ResolvedTo(STATUS)] get(): R|kotlin/enums/EnumEntries<Direction>|
|
||||
|
||||
}
|
||||
}
|
||||
@@ -18,7 +18,7 @@ Tower Data Context:
|
||||
Element 8
|
||||
Implicit receiver:
|
||||
FirNamedFunctionSymbol public final fun R|kotlin/String|.test(): R|kotlin/Unit|
|
||||
Type: kotlin/String
|
||||
Type: kotlin.String
|
||||
Element 9
|
||||
Scope: FirLocalScope
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ Tower Data Context:
|
||||
Element 10
|
||||
Implicit receiver:
|
||||
FirAnonymousFunctionSymbol foo@fun R|kotlin/String|.<anonymous>(): R|kotlin/Unit| <inline=NoInline>
|
||||
Type: kotlin/String
|
||||
Type: kotlin.String
|
||||
Element 11
|
||||
Scope: FirLocalScope
|
||||
Element 12
|
||||
@@ -30,7 +30,7 @@ Tower Data Context:
|
||||
Element 13
|
||||
Implicit receiver:
|
||||
FirAnonymousFunctionSymbol num@fun R|kotlin/Int|.<anonymous>(): R|kotlin/Unit| <inline=NoInline>
|
||||
Type: kotlin/Int
|
||||
Type: kotlin.Int
|
||||
Element 14
|
||||
Scope: FirLocalScope
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Tower Data Context:
|
||||
Element 9
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final class Foo<F> : R|kotlin/Any|
|
||||
Type: test/Foo<F>
|
||||
Type: test.Foo<F>
|
||||
Element 10
|
||||
Scope: FirMemberTypeParameterScope
|
||||
Classifiers:
|
||||
@@ -32,7 +32,7 @@ Tower Data Context:
|
||||
Element 11
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final inner class Bar<B, Outer(F)> : R|kotlin/Any|
|
||||
Type: test/Foo.Bar<B, F>
|
||||
Type: test.Foo.Bar<B, F>
|
||||
Element 12
|
||||
Scope: FirLocalScope
|
||||
Properties:
|
||||
|
||||
@@ -22,7 +22,7 @@ Tower Data Context:
|
||||
Element 9
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol local final class Local : R|kotlin/Any|
|
||||
Type: <local>/Local
|
||||
Type: <local>.Local
|
||||
Element 10
|
||||
Scope: FirLocalScope
|
||||
Element 11
|
||||
@@ -42,4 +42,4 @@ FILE: [ResolvedTo(IMPORTS)] localClass.kt
|
||||
}
|
||||
|
||||
R|<local>/Local.Local|().R|<local>/foo|()
|
||||
}
|
||||
}
|
||||
@@ -24,7 +24,7 @@ Tower Data Context:
|
||||
Element 9
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final class Bar<B> : R|kotlin/Any|
|
||||
Type: test/Foo.Bar<B>
|
||||
Type: test.Foo.Bar<B>
|
||||
Element 10
|
||||
Scope: FirLocalScope
|
||||
Properties:
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@ Tower Data Context:
|
||||
Element 7
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final class Foo : R|kotlin/Any|
|
||||
Type: test/Foo
|
||||
Type: test.Foo
|
||||
Element 8
|
||||
Scope: FirLocalScope
|
||||
Properties:
|
||||
@@ -40,4 +40,4 @@ FILE: [ResolvedTo(IMPORTS)] propertyDelegateInitializer.kt
|
||||
^ this@R|test/Foo|.D|test/Foo.property|.R|test/MyInterface.getValue|(this@R|test/Foo|, ::R|test/Foo.property|)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -50,7 +50,7 @@ Tower Data Context:
|
||||
public? get(): <implicit>
|
||||
|
||||
public? final? class After_OtherClass : R|kotlin/Any|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
Element 10
|
||||
Implicit receiver:
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@ Tower Data Context:
|
||||
public? get(): <implicit>
|
||||
|
||||
public? final? class After_OtherClass : R|kotlin/Any|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
Element 10
|
||||
Scope: FirLocalScope
|
||||
|
||||
@@ -51,7 +51,7 @@ Tower Data Context:
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
public final class After_OtherClass : R|kotlin/Any|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] topLevel.kts
|
||||
|
||||
@@ -16,7 +16,7 @@ Tower Data Context:
|
||||
Element 7
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final class Foo : R|kotlin/Any|
|
||||
Type: foo/Foo
|
||||
Type: foo.Foo
|
||||
Element 8
|
||||
Scope: FirLocalScope
|
||||
Properties:
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ Tower Data Context:
|
||||
Smart Casts:
|
||||
FirPropertySymbol lvar current: R|Node?|
|
||||
Types:
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] afterLoop.kt
|
||||
public abstract [ResolvedTo(STATUS)] interface Node : R|kotlin/Any| {
|
||||
|
||||
+2
-2
@@ -23,7 +23,7 @@ Smart Casts:
|
||||
FirValueParameterSymbol obj: R|kotlin/Any|
|
||||
Types:
|
||||
Foo
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] andRight.kt
|
||||
public abstract [ResolvedTo(STATUS)] interface Foo : R|kotlin/Any| {
|
||||
@@ -40,4 +40,4 @@ FILE: [ResolvedTo(IMPORTS)] andRight.kt
|
||||
|
||||
}
|
||||
public final [ResolvedTo(CONTRACTS)] fun consume([ResolvedTo(CONTRACTS)] obj: R|Foo|): R|kotlin/Unit| {
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -25,7 +25,7 @@ Smart Casts:
|
||||
FirValueParameterSymbol obj: R|kotlin/Any|
|
||||
Types:
|
||||
Foo
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] argument.kt
|
||||
public abstract [ResolvedTo(STATUS)] interface Foo : R|kotlin/Any| {
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ Smart Casts:
|
||||
FirValueParameterSymbol obj: R|kotlin/Any|
|
||||
Types:
|
||||
Foo
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
Bar
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] argumentAsReceiver.kt
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ Smart Casts:
|
||||
FirRegularClassSymbol public open class Foo : R|kotlin/Any|
|
||||
Types:
|
||||
Bar
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] dispatchReceiver.kt
|
||||
public open [ResolvedTo(STATUS)] class Foo : R|kotlin/Any| {
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ Smart Casts:
|
||||
FirNamedFunctionSymbol public final fun R|kotlin/Any|.test(): R|kotlin/Unit|
|
||||
Types:
|
||||
Foo
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] extensionReceiver.kt
|
||||
public abstract [ResolvedTo(STATUS)] interface Foo : R|kotlin/Any| {
|
||||
|
||||
Vendored
+2
-2
@@ -28,7 +28,7 @@ Tower Data Context:
|
||||
Smart Casts:
|
||||
FirValueParameterSymbol param: R|kotlin/String?|
|
||||
Types:
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] insideLetOnNullableReceiver.kt
|
||||
public final [ResolvedTo(BODY_RESOLVE)] fun foo([ResolvedTo(BODY_RESOLVE)] param: R|kotlin/String?|): R|kotlin/String| {
|
||||
@@ -37,4 +37,4 @@ FILE: [ResolvedTo(IMPORTS)] insideLetOnNullableReceiver.kt
|
||||
}
|
||||
) }
|
||||
^foo String()
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -26,7 +26,7 @@ Tower Data Context:
|
||||
Smart Casts:
|
||||
FirPropertySymbol lvar current: R|Node|
|
||||
Types:
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] insideLoop.kt
|
||||
public abstract [ResolvedTo(STATUS)] interface Node : R|kotlin/Any| {
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ Smart Casts:
|
||||
FirValueParameterSymbol obj: R|kotlin/Any|
|
||||
Types:
|
||||
Foo
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] plainCheck.kt
|
||||
public abstract [ResolvedTo(STATUS)] interface Foo : R|kotlin/Any| {
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ Smart Casts:
|
||||
FirValueParameterSymbol obj: R|kotlin/Any|
|
||||
Types:
|
||||
Foo
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] require.kt
|
||||
public abstract [ResolvedTo(STATUS)] interface Foo : R|kotlin/Any| {
|
||||
|
||||
@@ -25,7 +25,7 @@ Smart Casts:
|
||||
FirValueParameterSymbol obj: R|kotlin/Any|
|
||||
Types:
|
||||
Bar
|
||||
kotlin/Any
|
||||
kotlin.Any
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] when.kt
|
||||
public abstract [ResolvedTo(STATUS)] interface Foo : R|kotlin/Any| {
|
||||
|
||||
+2
-2
@@ -24,7 +24,7 @@ Tower Data Context:
|
||||
Element 9
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final class Outer<MyParam> : R|kotlin/Any|
|
||||
Type: test/Outer<MyParam>
|
||||
Type: test.Outer<MyParam>
|
||||
Element 10
|
||||
Scope: FirMemberTypeParameterScope
|
||||
Classifiers:
|
||||
@@ -43,4 +43,4 @@ FILE: [ResolvedTo(IMPORTS)] declaredInClass_fromInner_typeBound.kt
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -24,13 +24,13 @@ Tower Data Context:
|
||||
Element 9
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final class Outer<MyParam> : R|kotlin/Any|
|
||||
Type: test/Outer<MyParam>
|
||||
Type: test.Outer<MyParam>
|
||||
Element 10
|
||||
Scope: FirMemberTypeParameterScope
|
||||
Element 11
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final inner class Inner<Outer(MyParam)> : R|kotlin/Any|
|
||||
Type: test/Outer.Inner<MyParam>
|
||||
Type: test.Outer.Inner<MyParam>
|
||||
Element 12
|
||||
Scope: FirLocalScope
|
||||
Properties:
|
||||
@@ -52,4 +52,4 @@ FILE: [ResolvedTo(IMPORTS)] declaredInClass_fromInner_typeRefInMember.kt
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -24,7 +24,7 @@ Tower Data Context:
|
||||
Element 9
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final class Outer<MyParam> : R|kotlin/Any|
|
||||
Type: test/Outer<MyParam>
|
||||
Type: test.Outer<MyParam>
|
||||
Element 10
|
||||
Scope: FirMemberTypeParameterScope
|
||||
Classifiers:
|
||||
@@ -43,4 +43,4 @@ FILE: [ResolvedTo(IMPORTS)] declaredInClass_fromNested_typeBound.kt
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -20,7 +20,7 @@ Tower Data Context:
|
||||
Element 8
|
||||
Implicit receiver:
|
||||
FirRegularClassSymbol public final class Nested : R|kotlin/Any|
|
||||
Type: test/Outer.Nested
|
||||
Type: test.Outer.Nested
|
||||
Element 9
|
||||
Scope: FirLocalScope
|
||||
Properties:
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ Tower Data Context:
|
||||
lval args: R|kotlin/Array<kotlin/String>|
|
||||
|
||||
public? final? class A : R|kotlin/Any|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
Element 10
|
||||
Implicit receiver:
|
||||
|
||||
@@ -30,7 +30,7 @@ Tower Data Context:
|
||||
lval args: R|kotlin/Array<kotlin/String>|
|
||||
|
||||
public? final? class A : R|kotlin/Any|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
Element 10
|
||||
Implicit receiver:
|
||||
|
||||
+1
-1
@@ -40,5 +40,5 @@ Tower Data Context:
|
||||
R|/foo|(R|/scriptFunction|(), <L> = foo@fun <anonymous>(it: R|kotlin/Int|): R|kotlin/Unit| <inline=NoInline> )
|
||||
public final val $$result: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
|
||||
@@ -41,5 +41,5 @@ Tower Data Context:
|
||||
public final fun foo(i: R|kotlin/Int|, action: R|(kotlin/Int) -> kotlin/Unit|): R|kotlin/Unit|
|
||||
public final val $$result: R|kotlin/Unit|
|
||||
public get(): R|kotlin/Unit|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@ Tower Data Context:
|
||||
public? final? fun foo(i: Int, action: ( (Int) -> Unit )): R|kotlin/Unit|
|
||||
public final val $$result: <implicit>
|
||||
public get(): <implicit>
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
Element 10
|
||||
Scope: FirLocalScope
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ Tower Data Context:
|
||||
public final fun foo(i: R|kotlin/Int|, action: R|(kotlin/Int) -> kotlin/Unit|): R|kotlin/Unit|
|
||||
public final val $$result: R|kotlin/Unit|
|
||||
public get(): R|kotlin/Unit|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
Element 10
|
||||
Scope: FirLocalScope
|
||||
|
||||
+1
-1
@@ -41,5 +41,5 @@ Tower Data Context:
|
||||
public final fun foo(i: R|kotlin/Int|, action: R|(kotlin/Int) -> kotlin/Unit|): R|kotlin/Unit|
|
||||
public final val $$result: R|kotlin/Unit|
|
||||
public get(): R|kotlin/Unit|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
|
||||
+1
-1
@@ -41,5 +41,5 @@ Tower Data Context:
|
||||
public final fun foo(i: R|kotlin/Int|, action: R|(kotlin/Int) -> kotlin/Unit|): R|kotlin/Unit|
|
||||
public final val $$result: R|kotlin/Unit|
|
||||
public get(): R|kotlin/Unit|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
|
||||
+1
-1
@@ -41,5 +41,5 @@ Tower Data Context:
|
||||
public final fun foo(i: R|kotlin/Int|, action: R|(kotlin/Int) -> kotlin/Unit|): R|kotlin/Unit|
|
||||
public final val $$result: R|kotlin/Unit|
|
||||
public get(): R|kotlin/Unit|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
|
||||
+1
-1
@@ -41,5 +41,5 @@ Tower Data Context:
|
||||
public final fun foo(i: R|kotlin/Int|, action: R|(kotlin/Int) -> kotlin/Unit|): R|kotlin/Unit|
|
||||
public final val $$result: R|kotlin/Unit|
|
||||
public get(): R|kotlin/Unit|
|
||||
Type: kotlin/script/templates/standard/ScriptTemplateWithArgs
|
||||
Type: kotlin.script.templates.standard.ScriptTemplateWithArgs
|
||||
Label: <script>
|
||||
|
||||
Reference in New Issue
Block a user