[FIR] Resolve property return type before resolving its annotations
This fixes TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM in a declaration like `@Ann(myConst) const val myConst = ""`. #KT-58080 Fixed
This commit is contained in:
committed by
Space Team
parent
1c7ffb3276
commit
7f9118d0f2
@@ -0,0 +1,6 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
annotation class Anno(val value: String)
|
||||
|
||||
@Anno(constant)
|
||||
const val constant = "OK"
|
||||
Reference in New Issue
Block a user