This passes Ycheck, bu it should not: ``` import java.lang.Math val myMath: Math.type = Math myMath.sqrt(3.0) ```