view test/runtime/6626217/IFace.java @ 11184:b7f90ff38d4b

Truffle-DSL: Added a useful message to type casts in generated type system classes. (GRAAL-355 #resolve)
author Christian Humer <christian.humer@gmail.com>
date Mon, 29 Jul 2013 19:20:33 +0200
parents 495caa35b1b5
children
line wrap: on
line source

// A simple interface, to allow an unknown foreign call from a class
// loaded with LOADER1 to a class loaded with LOADER2.
public interface IFace {
  public many_loader[] gen();
}