Minor, remove paragraph symbols from comments

This character seems to cause problems on some build agents
This commit is contained in:
Alexander Udalov
2016-04-11 16:11:25 +03:00
parent 233635e0d8
commit 8ace253559
3 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@ import org.jetbrains.kotlin.utils.addToStdlib.check
// then use this upper bound instead of star projection
// - Otherwise no non-projection parametrization exists for such 'samType'
//
// See Non-wildcard parametrization in §9.9 of JLS 8 for clarification
// See Non-wildcard parametrization in JLS 8 p.9.9 for clarification
internal fun nonProjectionParametrization(samType: KotlinType): KotlinType? {
if (samType.arguments.none { it.projectionKind != Variance.INVARIANT }) return samType
val parameters = samType.constructor.parameters