Mark frontend errors as expected in ImposibleInterfaceNilCheck.

This commit is contained in:
Max Schaefer
2020-04-14 10:20:09 +01:00
parent ef497afc20
commit c15094ab9e

View File

@@ -2,6 +2,8 @@ package main
import "fmt"
// codeql test: expect frontend errors
func errtest() {
x := unknownFunction()
var y interface{} = x