levelFromInt

fun levelFromInt(level: Int): CompilerDiagnostics.ParseNotificationLevel

Convert the zero-based int to a ParseNotificationLevel.

Return

The ParseNotificationLevel with that ordinal.

Parameters

level

The ordinal of the level.