blob: 99d52baf90d0addc130d1a71805bcdd3db0e0419 [file] [log] [blame]
library view;
using point;
interface View {
1: MoveTo(point.Point p);
};