map Nothing to void
This commit is contained in:
@@ -79,7 +79,7 @@ public class JetTypeMapper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Type mapType(final JetType jetType) {
|
public Type mapType(final JetType jetType) {
|
||||||
if (jetType.equals(JetStandardClasses.getUnitType())) {
|
if (jetType.equals(JetStandardClasses.getUnitType()) || jetType.equals(JetStandardClasses.getNothingType())) {
|
||||||
return Type.VOID_TYPE;
|
return Type.VOID_TYPE;
|
||||||
}
|
}
|
||||||
if (jetType.equals(standardLibrary.getIntType())) {
|
if (jetType.equals(standardLibrary.getIntType())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user