Files
kotlin/compiler/testData/diagnostics/tests/annotations
Mikhail Zarechenskiy 957f9c2a21 Prohibit incorrect annotations with use-site targets more precisely
#KT-21696 Fixed

The problem is coming from the fact that `AnnotationTarget.VALUE_PARAMETER` is mapped to receiver parameter and to value parameter, but annotation with use-site target `receiver` can be used only on type reference of receiver parameter
2018-03-25 18:25:19 +03:00
..
2017-05-15 11:24:35 +03:00
2016-10-11 23:38:55 +03:00