Disable "Make constructor internal" for annotations #KT-17599 Fixed

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