Disable "Make constructor private" for annotations #KT-17600 Fixed

This commit is contained in:
shiraji
2017-04-28 05:16:25 +03:00
committed by Mikhail Glukhikh
parent c8c3d24b45
commit d542aef7e4
3 changed files with 11 additions and 0 deletions
@@ -0,0 +1,2 @@
// IS_APPLICABLE: false
annotation class C<caret>(val v: Int)