vjovanov / papers

Papers of Vojin Jovanovic.
http://vjovanov.com
0 stars 0 forks source link

How to promote class instantiation to `@i`? #3

Open vjovanov opened 9 years ago

vjovanov commented 9 years ago

If we have a class Foo(val x: Int) and a method:

def foo: Foo@inline = ???

How do you fill in the ???

vjovanov commented 9 years ago

/cc @densh

densh commented 9 years ago

Is this a duplicate of https://github.com/vjovanov/papers/issues/6 ?