mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 15:40:28 +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
|
||||
*/
|
||||
@JvmStatic
|
||||
@JvmField // public static final CommandArgumentContext EMPTY;
|
||||
public val EMPTY: CommandArgumentContext = EmptyCommandArgumentContext
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user