You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scala>valx=1/0
java.lang.ArithmeticException:/ by zero
at rs$line$5$.<init>(rs$line$5:1)
at rs$line$5$.<clinit>(rs$line$5)
at rs$line$5.xShow(rs$line$5)
...
scala>deffoo= x // should not compiledeffoo:Int
scala> x // should not compile
java.lang.NoClassDefFoundError:Could not initialize classrs$line$5$
at rs$line$8$.<init>(rs$line$8:1)
at rs$line$8$.<clinit>(rs$line$8)
at rs$line$8.res3Show(rs$line$8)