Initial implementation of ExpressionCodegen
This commit is contained in:
committed by
Dmitry Petrov
parent
99e7df7035
commit
1d8b9c5a58
@@ -906,7 +906,7 @@ public class FunctionCodegen {
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static FrameMap createFrameMap(
|
||||
public static FrameMap createFrameMap(
|
||||
@NotNull GenerationState state,
|
||||
@NotNull FunctionDescriptor function,
|
||||
@NotNull JvmMethodSignature signature,
|
||||
|
||||
Reference in New Issue
Block a user