blob: 19324646dfb863050dfe1179022162141b2b136d [file]
compiler/testData/cli/jvm/compatqualUsage.kt:2:11: error: null cannot be a value of a non-null type 'String'.
b.foo(null)
^^^^
COMPILATION_ERROR