Keyword completion: do not suggest const except inside top level or object
#KT-23026 Fixed #KT-29840 Fixed
This commit is contained in:
committed by
Alexander Podkhalyuzin
parent
7d809bc1d5
commit
8cdf901538
@@ -24,7 +24,6 @@ annotation class Test {
|
||||
// EXIST: tailrec
|
||||
// EXIST: external
|
||||
// EXIST: annotation class
|
||||
// EXIST: const val
|
||||
// EXIST: suspend
|
||||
// EXIST: typealias
|
||||
// EXIST: expect
|
||||
|
||||
Reference in New Issue
Block a user