KotlinToJavaTypesMap refactoring
removed repeating type names from 'isForceReal' removed class SpecialTypeKey (added map for nullable types) moved mapping Any-Object from JetTypeMapper
This commit is contained in:
@@ -35,6 +35,7 @@ public class JetStandardLibraryNames {
|
||||
typeParameterCount);
|
||||
}
|
||||
|
||||
public static final ClassName ANY = classIn("Any", 0);
|
||||
public static final ClassName ARRAY = classIn("Array", 1);
|
||||
public static final ClassName VOLATILE = classIn("volatile", 0);
|
||||
public static final ClassName INT = PrimitiveType.INT.getClassName();
|
||||
|
||||
Reference in New Issue
Block a user