Support definitely-not-null generic T!! types in Parsing and FE1.0
^KT-26245 In Progress
This commit is contained in:
committed by
TeamCityServer
parent
5a0b75bd89
commit
b9d2a1842a
@@ -97,7 +97,7 @@ class DefinitelyNotNullType private constructor(
|
||||
DefinitelyNotNullTypeMarker {
|
||||
|
||||
companion object {
|
||||
internal fun makeDefinitelyNotNull(
|
||||
fun makeDefinitelyNotNull(
|
||||
type: UnwrappedType,
|
||||
useCorrectedNullabilityForTypeParameters: Boolean = false
|
||||
): DefinitelyNotNullType? {
|
||||
|
||||
Reference in New Issue
Block a user