>>> )( /line1.kts:1:1: error: expecting an element )( ^ /line1.kts:1:3: error: expecting an expression )( ^ >>> fun foo() = 98 >>> foo() 98