mirror of https://github.com/sbt/sbt.git
Delete apiinfo/basic
This commit is contained in:
parent
33b4db3daf
commit
bb1d1edb67
|
|
@ -1,4 +0,0 @@
|
|||
lazy val root = (project in file(".")).
|
||||
settings(
|
||||
scalaVersion := "2.10.6"
|
||||
)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
package testCase
|
||||
|
||||
case class FooUser(@Foo a: Int)
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
package testCase;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface JFoo {
|
||||
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
import annotation.target.field
|
||||
|
||||
|
||||
package object testCase {
|
||||
type Foo = JFoo @field;
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
> compile
|
||||
Loading…
Reference in New Issue