@@ -175,36 +175,38 @@ class Tests {
175
175
}
176
176
177
177
178
- // @Test def testAccess(): Unit = checkFile("example/Access.scala")
179
- // @Test def testAdvanced(): Unit = checkFile("example/Advanced.scala")
180
- // @Test def testAnonymous(): Unit = checkFile("example/Anonymous.scala")
181
- // @Test def testClasses(): Unit = checkFile("example/Classes.scala")
182
- // @Test def testEmpty(): Unit = checkFile("example/Empty.scala")
183
- // @Test def testEmptyObject(): Unit = checkFile("example/EmptyObject.scala")
184
- // @Test def testExample(): Unit = checkFile("example/Example.scala")
185
- // @Test def testExample2(): Unit = checkFile("example/Example2.scala")
186
- // @Test def testExclude(): Unit = checkFile("example/Exclude.scala")
187
- // WIP @Test def testFlags(): Unit = checkFile("example/Flags.scala")
188
- // @Test def testImports(): Unit = checkFile("example/Imports.scala")
189
- // @Test def testIssue1749(): Unit = checkFile("example/Issue1749.scala")
190
- // @Test def testLocalFile(): Unit = checkFile("example/local-file.scala")
191
- // @Test def testLocals(): Unit = checkFile("example/Locals.scala")
192
- // @Test def testMacroAnnotations(): Unit = checkFile("example/MacroAnnotations.scala")
193
- // WIP(assert) @Test def testMethods(): Unit = checkFile("example/Methods.scala")
194
- // @Test def testMultiArguments(): Unit = checkFile("example/MultiArguments.scala")
195
- // @Test def testMethodUsages(): Unit = checkFile("example/MethodUsages.scala")
196
- // def testObjects(): Unit = checkFile("example/Objects.scala")
197
- // @Test def testOverrides(): Unit = checkFile("example/Overrides.scala")
178
+ /* @Test def testAccess(): Unit = checkFile("example/Access.scala")
179
+ @Test def testAdvanced(): Unit = checkFile("example/Advanced.scala")
180
+ @Test def testAnonymous(): Unit = checkFile("example/Anonymous.scala")
181
+ @Test def testClasses(): Unit = checkFile("example/Classes.scala")
182
+ @Test def testEmpty(): Unit = checkFile("example/Empty.scala")
183
+ @Test def testEmptyObject(): Unit = checkFile("example/EmptyObject.scala")
184
+ @Test def testExample(): Unit = checkFile("example/Example.scala")
185
+ @Test def testExample2(): Unit = checkFile("example/Example2.scala")
186
+ @Test def testExclude(): Unit = checkFile("example/Exclude.scala")
187
+ @Test def testFlags(): Unit = checkFile("example/Flags.scala")
188
+ @Test def testImports(): Unit = checkFile("example/Imports.scala")
189
+ @Test def testIssue1749(): Unit = checkFile("example/Issue1749.scala")
190
+ @Test def testLocalFile(): Unit = checkFile("example/local-file.scala")
191
+ @Test def testLocals(): Unit = checkFile("example/Locals.scala")
192
+ @Test def testMacroAnnotations(): Unit = checkFile("example/MacroAnnotations.scala")
193
+ @Test def testMethods(): Unit = checkFile("example/Methods.scala")
194
+ @Test def testMultiArguments(): Unit = checkFile("example/MultiArguments.scala")
195
+ @Test def testObjects(): Unit = checkFile("example/Objects.scala")
196
+ @Test def testOverrides(): Unit = checkFile("example/Overrides.scala")
198
197
@Test def testPrefixes(): Unit = checkFile("example/Prefixes.scala")
199
- // @Test def testSelfs(): Unit = checkFile("example/Selfs.scala")
200
- // @Test def testSelfUse(): Unit = checkFile("example/SelfUse.scala")
198
+ @Test def testSelfs(): Unit = checkFile("example/Selfs.scala")
199
+ @Test def testSelfUse(): Unit = checkFile("example/SelfUse.scala")
200
+ @Test def testTraits(): Unit = checkFile("example/Traits.scala")
201
+ @Test def testTypes(): Unit = checkFile("example/Types.scala")
202
+ @Test def testVals(): Unit = checkFile("example/Vals.scala")
203
+ @Test def testDependantModule(): Unit = checkFile("example/DependantModule.scala")
204
+ @Test def testNew(): Unit = checkFile("example/New.scala")
205
+ @Test def testIgnoredSymbol(): Unit = checkFile("example/IgnoredSymbol.scala")
206
+ @Test def testCase(): Unit = checkFile("example/Case.scala")
207
+ @Test def testApply(): Unit = checkFile("example/Apply.scala")
208
+ @Test def testTypeBug(): Unit = checkFile("example/TypeBug.scala")*/
201
209
// @Test def testSynthetic(): Unit = checkFile("example/Synthetic.scala")
202
- // WIP @Test def testTraits(): Unit = checkFile("example/Traits.scala")
203
- // @Test def testTypes(): Unit = checkFile("example/Types.scala")
204
- // @Test def testVals(): Unit = checkFile("example/Vals.scala")
205
- // @Test def testDependantModule(): Unit = checkFile("example/DependantModule.scala")
206
- // @Test def testNew(): Unit = checkFile("example/New.scala")
207
- // @Test def testIgnoredSymbol(): Unit = checkFile("example/IgnoredSymbol.scala")
208
- // @Test def testCase(): Unit = checkFile("example/Case.scala")
209
- // @Test def testApply(): Unit = checkFile("example/Apply.scala")
210
+ // @Test def testBinaryOp(): Unit = checkFile("example/BinaryOp.scala")
211
+ @ Test def testMethodUsages (): Unit = checkFile(" example/MethodUsages.scala" )
210
212
}
0 commit comments