smoke/class/d.rb in steep-0.1.0.pre2 vs smoke/class/d.rb in steep-0.1.0
- old
+ new
@@ -1,9 +1,9 @@
# @type const A: A.class
# @type const B: A.class constructor
# @type const C: A.class noconstructor
-# !expects NoMethodError: type=A.module, method=new
+# !expects NoMethodError: type=::A.class, method=new
a = A.new
b = B.new
-# !expects NoMethodError: type=A.module noconstructor, method=new
+# !expects NoMethodError: type=::A.class noconstructor, method=new
c = C.new