[FIR] Prohibit access to members of companion of enum from enum entry initializer

^KT-49110
This commit is contained in:
Dmitriy Novozhilov
2021-10-29 14:50:41 +03:00
committed by TeamCityServer
parent 58889a2b5c
commit 877b53201b
13 changed files with 176 additions and 11 deletions
@@ -1,5 +1,4 @@
// LANGUAGE: +ProhibitAccessToEnumCompanionMembersInEnumConstructorCall
// FIR_IDENTICAL
// ISSUE: KT-49110
enum class SomeEnum(val x: Int) {