mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 00:30:17 +08:00
Add JvmField to CommandArgumentContext.EMPTY
This commit is contained in:
parent
48021adf18
commit
6dec40c5ea
@ -71,7 +71,7 @@ public interface CommandArgumentContext {
|
|||||||
*
|
*
|
||||||
* @see EmptyCommandArgumentContext
|
* @see EmptyCommandArgumentContext
|
||||||
*/
|
*/
|
||||||
@JvmStatic
|
@JvmField // public static final CommandArgumentContext EMPTY;
|
||||||
public val EMPTY: CommandArgumentContext = EmptyCommandArgumentContext
|
public val EMPTY: CommandArgumentContext = EmptyCommandArgumentContext
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user