KT-1274 fixed tests
This commit is contained in:
@@ -106,10 +106,12 @@ public class TypeUtils {
|
||||
}
|
||||
};
|
||||
|
||||
@NotNull
|
||||
public static JetType makeNullable(@NotNull JetType type) {
|
||||
return makeNullableAsSpecified(type, true);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static JetType makeNotNullable(@NotNull JetType type) {
|
||||
return makeNullableAsSpecified(type, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user