blob: 5bf4174f386f074d44253e6fa6018aed9b679bc1 [file] [log] [blame]
// Baseline format: 1.0
InvalidNullability: androidx.lifecycle.LifecycleService#onBind(android.content.Intent):
Invalid nullability on method `onBind` return. Overrides of unannotated super method cannot be Nullable.
InvalidNullability: androidx.lifecycle.LifecycleService#onBind(android.content.Intent) parameter #0:
Invalid nullability on parameter `intent` in method `onBind`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.