Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations
Alexander Udalov e2def0c60e Do not report "invalid type of annotation member" on error types
In case the referred type is actually an enum that is not found in
dependencies due to a configuration problem, this usage could be valid.
So we can avoid reporting an error here, to reduce the number of
diagnostics.

Also do not report "default value of annotation parameter must be a
compile-time constant" in the same case for the same reason
2018-01-29 12:20:36 +01:00
..
2017-05-15 11:24:35 +03:00
2016-10-11 23:38:55 +03:00
2015-10-19 20:45:01 +03:00