Skip to content

Commit

Permalink
Add test for #186
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Jan 3, 2021
1 parent 9e13ba1 commit 3fe258a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@

package org.codehaus.gmavenplus

import groovy.transform.Canonical
import groovy.transform.CompileStatic


@Canonical
@CompileStatic
class SomeClass {

String someMethod() {
Expand Down

0 comments on commit 3fe258a

Please sign in to comment.