JS: char boxing
This commit is contained in:
@@ -933,6 +933,10 @@ public abstract class KotlinBuiltIns {
|
||||
return isConstructedFromGivenClassAndNotNullable(type, FQ_NAMES._char);
|
||||
}
|
||||
|
||||
public static boolean isCharOrNullableChar(@NotNull KotlinType type) {
|
||||
return isConstructedFromGivenClass(type, FQ_NAMES._char);
|
||||
}
|
||||
|
||||
public static boolean isInt(@NotNull KotlinType type) {
|
||||
return isConstructedFromGivenClassAndNotNullable(type, FQ_NAMES._int);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user