view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 21636:6d9c8d0d0f7c

added SecurityManager checks and field/method reflection hiding (JBS:GRAAL-51)
author Doug Simon <doug.simon@oracle.com>
date Mon, 01 Jun 2015 15:02:31 +0200
parents ff3136ecb5a7
children
line wrap: on
line source

function main() {  
  println("Hello World!");  
}