Add JvmField to CommandArgumentContext.EMPTY

This commit is contained in:
Him188 2020-11-19 09:01:23 +08:00
parent 48021adf18
commit 6dec40c5ea

View File

@ -71,7 +71,7 @@ public interface CommandArgumentContext {
*
* @see EmptyCommandArgumentContext
*/
@JvmStatic
@JvmField // public static final CommandArgumentContext EMPTY;
public val EMPTY: CommandArgumentContext = EmptyCommandArgumentContext
}