Skip to content

Commit 6cbef32

Browse files
cypressiousSpace Team
authored andcommitted
[FE] Fix KDoc of simplifyUpperConstraint
1 parent 5ea17aa commit 6cbef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/resolution.common/src/org/jetbrains/kotlin/resolve/calls/inference/components/TypeCheckerStateForConstraintSystem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ abstract class TypeCheckerStateForConstraintSystem(
409409
}
410410

411411
/**
412-
* T! <: Foo <=> T <: Foo & Any..Foo?
412+
* T! <: Foo <=> T <: Foo!
413413
* T? <: Foo <=> T <: Foo && Nothing? <: Foo
414414
* T <: Foo -- leave as is
415415
* T & Any <: Foo <=> T <: Foo?

0 commit comments

Comments
 (0)