Skip to content

Instantly share code, notes, and snippets.

@babedev
Created July 16, 2017 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save babedev/da0b0af863f5eeea9de1d8b812939b3b to your computer and use it in GitHub Desktop.
Save babedev/da0b0af863f5eeea9de1d8b812939b3b to your computer and use it in GitHub Desktop.
package com.babedev.playground
fun greet() = "Hello"
@JsName("sayHello")
fun greet(text: String) {
console.log(text)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment