We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fd03f commit 0a94a34Copy full SHA for 0a94a34
Sources/JExtractSwiftLib/FFM/ConversionStep.swift
@@ -22,7 +22,6 @@ enum ConversionStep: Equatable {
22
/// The value being lowered.
23
case placeholder
24
25
- /// FIXME: Workaround for picking a specific placeholder value; We should resolve how method() works with lowered closures instead
26
case constant(String)
27
28
/// A reference to a component in a value that has been exploded, such as
0 commit comments