imported functions need of course a signature.

This commit is contained in:
Volker Berlin 2019-06-28 18:01:33 +02:00
parent d2d6d363f1
commit ab39801cf4

View File

@ -297,7 +297,7 @@ public class TextModuleWriter extends ModuleWriter {
writeTypeName( typeOutput, valueType );
typeOutput.append( ')' );
}
if( !isPrepared ) {
if( methodOutput == null ) {
return;
}
methodOutput.append( '(' ).append( kind );