mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Make JvmPluginDescription.Companion.invoke inline
This commit is contained in:
parent
3ce1e4f029
commit
fc5fc18913
@ -35,7 +35,7 @@ public interface JvmPluginDescription : PluginDescription {
|
||||
*/
|
||||
@JvmName("create")
|
||||
@JvmSynthetic
|
||||
public operator fun invoke(
|
||||
public inline operator fun invoke(
|
||||
/**
|
||||
* @see [PluginDescription.id]
|
||||
*/
|
||||
@ -57,7 +57,7 @@ public interface JvmPluginDescription : PluginDescription {
|
||||
*/
|
||||
@JvmName("create")
|
||||
@JvmSynthetic
|
||||
public operator fun invoke(
|
||||
public inline operator fun invoke(
|
||||
/**
|
||||
* @see [PluginDescription.id]
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user