代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/305277/3778490
check absoverride.check
next: j
log: j
j
next: v
log: v
v
next: m
log: m
m
www.eeworm.com/read/305277/3778502
check annotations.check
class java.rmi.RemoteException
class java.io.IOException
@java.lang.Deprecated()
@test.SourceAnnotation(mails={scala@lists.epfl.ch,scala-lounge@lists.epfl.ch}, value=http://scala-lang.org)
class Test4
www.eeworm.com/read/305277/3778505
check typerep.check
Boolean
Boolean
true
Byte
Char
Int
Long
Float
Double
String
Unit
Class[Int]
Some[Int]
Some[Int]
Some[Some[Int]]
Some[List[Int]]
None
None
List[Int]
List[Int]
List[List[Int]]
Nil
List[Any]
Array[Int
www.eeworm.com/read/305277/3778828
check xmlcorner.check
xmlcorner.scala:2: error: illegal start of simple expression
val wrong =
^
xmlcorner.scala:5: error: in XML literal: name cannot end in ':'
val wrong =
www.eeworm.com/read/305277/3778848
check scopes.check
scopes.scala:1: error: x is already defined as value x
case class test0(x: int, x: float)
^
scopes.scala:5: error: t is already defined as type t
type t = float
^
sco
www.eeworm.com/read/305277/3778887
check faculty.check
faculty.scala:3: error: recursive method faculty needs result type
def faculty(x: int) = if (x == 0) 1 else x * faculty(x - 1)
^
one error found
www.eeworm.com/read/305277/3778919
check constrs.check
constrs.scala:6: error: type T is not a member of object test
def this(y: int)(z: int)(t: this.T) = { this(this.u + y + z); Console.println(x) }
^
constrs.scal