blob: 0908ef76eb659f8262b433a753541189181b9f2b [file]
compiler/testData/cli/jvm/jsr305DefaultMigration.kt:2:19: error: null cannot be a value of a non-null type 'kotlin.String'.
annotated.foo(null)
^^^^
COMPILATION_ERROR