backend/src/main/kotlin/org/jetbrains/plugins/template/ModularPluginBackendBundle.kt [9:16]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @JvmStatic fun message(@PropertyKey(resourceBundle = BUNDLE) key: String, vararg params: Any) = getMessage(key, *params) @Suppress("unused") @JvmStatic fun messagePointer(@PropertyKey(resourceBundle = BUNDLE) key: String, vararg params: Any) = getLazyMessage(key, *params) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shared/src/main/kotlin/org/jetbrains/plugins/template/ModularPluginSharedBundle.kt [9:16]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @JvmStatic fun message(@PropertyKey(resourceBundle = BUNDLE) key: String, vararg params: Any) = getMessage(key, *params) @Suppress("unused") @JvmStatic fun messagePointer(@PropertyKey(resourceBundle = BUNDLE) key: String, vararg params: Any) = getLazyMessage(key, *params) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -