Add custom diagnostic checker for @JvmDefault annotation

This commit is contained in:
Mikhael Bogdanov
2018-03-29 16:41:47 +02:00
parent 89f22e69b4
commit 23e8adb793
21 changed files with 205 additions and 47 deletions
@@ -69,5 +69,8 @@ class AnalysisFlag<out T> internal constructor(
@JvmStatic
val explicitApiVersion by Flag.Boolean
@JvmStatic
val enableJvmDefault by Flag.Boolean
}
}