DEBSOURCES
Skip Quicknav
sources / coffeescript / 2.7.0%2Bdfsg1-2 / documentation / examples / type_annotations.coffee
12345678910
# @flow ###:: type Obj = { num: number, }; ### fn = (str ###: string ###, obj ###: Obj ###) ###: string ### -> str + obj.num