summaryrefslogtreecommitdiff
path: root/test-nsc/files/pos/code.scala
blob: 05c6e4a779f873d083e435de5b6c6028015c4d0d (plain) (blame)
1
2
3
class Test {
  val fun: reflect.TypedCode[int => int] = x => x + 1;
}