diff --git a/jni/lib/src/errors.dart b/jni/lib/src/errors.dart index 9bca0397..41e08a66 100644 --- a/jni/lib/src/errors.dart +++ b/jni/lib/src/errors.dart @@ -99,7 +99,7 @@ extension on int { String str() => _names[this]!; } -// TODO(#395): Remove this when calltypes are removed. +// TODO(#395): Remove this when `JniCallType`s are removed. final class InvalidCallTypeError extends Error { final int type; final Set allowed;