Resource Bundles: Inspections on invalid property key/resource bundle references
#KT-6946 In Progress
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.annotations.PropertyKey
|
||||
|
||||
private val TEST_BUNDLE2 = "TestBundle2"
|
||||
|
||||
fun message(@PropertyKey(resourceBundle = "TestBundle2") key: String, vararg args: Any) = key
|
||||
fun message2(@PropertyKey(resourceBundle = TEST_BUNDLE2) key: String, vararg args: Any) = key
|
||||
Reference in New Issue
Block a user