ã¯ã¦ãªããã°ã«ç§»è¡ãã¾ãã
ã¯ã¦ãªããã°ã«ç§»è¡ãã¾ãã
Latest Release - ScalaTest and Scalactic 3.2.19! import collection.mutable.Stack import org.scalatest._ import flatspec._ import matchers._ class ExampleSpec extends AnyFlatSpec with should.Matchers { "A Stack" should "pop values in last-in-first-out order" in { val stack = new Stack[Int] stack.push(1) stack.push(2) stack.pop() should be (2) stack.pop() should be (1) } it should "throw NoSuchEleme
追è¨(2010/09/05): ensimeã¯éçºï¼å¤åã®ã¹ãã¼ããæ©ããããã«æ²è¼ããã¦ããè¨å®ãã¡ã¤ã«ã¯ãã§ã«ä¸é¨ãç¡å¹ã«ãªã£ã¦ãã¾ããæ£ããè¨å®ãã¡ã¤ã«ã®æ¸ãæ¹ã¯ããã¥ã¢ã«ãåç §ãã¦ãã ããã æè¿è©±é¡ã«ãªã£ã¦ãemacsä¸ã®Scalaéçºç°å¢ãensimeããAndroidããã¸ã§ã¯ãã§è©¦ãã¦ã¿ã¾ããã ã©ããªæããã£ã¦ããã®ã¯è¨èãããç»åã§è¦ã¦ããã£ãã»ããæ©ãã§ãããã è£å®ãã¦ããããã ã¯ã©ã¹ã®æ¦è¦ã表示ãããã ã³ã³ãã¤ã«ã¨ã©ã¼ã®ææãªããããã¦ããã¾ãã ç»åãè¦ã¦ããã£ã¦ããããã¨ããandroidã©ã¤ãã©ãªã«å¯¾ãã¦ãè£å®ãªã©ãå¹ãã¾ãã ã¤ã³ã¹ãã¼ã«æ¹æ³ http://aemon.com/file_dump/ensime_manual.html#tth_sEc2 äºåã«scalaä»å±ã®scala-modeã¯è¨å®ãã¦ããã¦ãã ããã http://github.co
Never been to DZone Snippets before? Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world // description of your code here (require 'scala-mode) (require 'compile) (require 'flymake) (require 'font-lock) (defvar scala-build-commad nil) (make-variable-buffer-local 'scala-build-co
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}