[AA] split some SymbolByPsi tests on SingleSymbolByPsi to avoid redundant declarations

^KT-54311
This commit is contained in:
Dmitrii Gridin
2022-10-17 14:05:51 +02:00
committed by Space Team
parent 804a92546c
commit a38e1747c3
41 changed files with 936 additions and 1070 deletions
@@ -0,0 +1,10 @@
// WITH_STDLIB
annotation class PropertyAnnotation
annotation class ExplicitPropertyAnnotation
annotation class DelegateAnnotation
@property:ExplicitPropertyAnnotation
@delegate:DelegateAnnotation
@PropertyAnnotation
val lazyPr<caret>operty by lazy { 1 }