code
===
def test() {
println("this must not print.")
}
result
===
test: ()Unit
this must not print.
2017년 4월 10일 (월) 오후 5:55, Jeff Zhang <[email protected]>님이 작성:
> Can you paste your code to reproduce it ? Your screenshot can not be
> displayed.
>
>
>
> Kevin Kim (Sangwoo) <[email protected]>于2017年4月10日周一 下午4:49写道:
>
> [image: Screen Shot 2017-04-10 at 5.46.29 PM.png]
>
> Hi everyone, I'm suffering from the problem Z is unintentionally running
> functions on declaration.
>
> (You may easily reproduce it)
>
> Does anyone have idea on this?
>
> Regards,
> Kevin
>