KT-456 No check for obligatory return in getters

This commit is contained in:
svtk
2011-11-09 12:22:08 +04:00
parent 24d663a08f
commit 2d6337fe93
12 changed files with 130 additions and 145 deletions
@@ -387,16 +387,3 @@ error:
sink:
<SINK> NEXT:[] PREV:[<END>]
=====================
== a ==
val a: Int = 1
---------------------
l0:
<START> NEXT:[r(1)] PREV:[]
r(1) NEXT:[<END>] PREV:[<START>]
l1:
<END> NEXT:[<SINK>] PREV:[r(1)]
error:
<ERROR> NEXT:[] PREV:[]
sink:
<SINK> NEXT:[] PREV:[<END>]
=====================