summaryrefslogtreecommitdiff
path: root/test/files/presentation/scope-completion-1/src/Completions.scala
blob: c4eea6b261e8325c3e80bb9db95ec8433aa9661a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package test

/* completion on empty class and object */

class Completion1 {
  /*_*/
}

object Completion2 {
  /*_*/
}