// "Create function 'foo'" "true" val baz = 1 fun test() { val a: Int = foo() } fun foo(): Int { throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates. } fun bar() { }