Closed eiswind closed 4 years ago
Thanx for this great idea!
Something I found out the hard way: getAnnotatedExpressions() is only being called on SimpleFunctionDescriptors.
so an annotated val or var like
val string = @ExpressionAnn "test"
simpy goes unnoticed.
Seems to be invalid as it works with your example. Sorry
Thanx for this great idea!
Something I found out the hard way: getAnnotatedExpressions() is only being called on SimpleFunctionDescriptors.
so an annotated val or var like
simpy goes unnoticed.