Kevin (Sangwoo) Kim created ZEPPELIN-2380:
---------------------------------------------
Summary: Zeppelin 0.7.1 unintentionally run a function on
declaration
Key: ZEPPELIN-2380
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2380
Project: Zeppelin
Issue Type: Bug
Environment: Zeppelin 0.7.1
local mode spark
Reporter: Kevin (Sangwoo) Kim
code
===
def test() {
println("this must not print.")
}
result
===
test: ()Unit
this must not print.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)