Support for Scala dependency detection
This commit is contained in:
parent
edb046ec16
commit
165b6c0bb9
3 changed files with 65 additions and 0 deletions
14
tests/samples/codefiles/scala.scala
Normal file
14
tests/samples/codefiles/scala.scala
Normal file
|
@ -0,0 +1,14 @@
|
|||
package com.wakatime.test
|
||||
|
||||
import com.alpha.SomeClass
|
||||
import com.bravo.something.{User, UserPreferences}
|
||||
import com.charlie.{Delta => Foxtrot}
|
||||
import __root__.golf._
|
||||
import com.hotel.india._
|
||||
import juliett.kilo
|
||||
|
||||
object SimpleObject {
|
||||
def method(arg: String): String = {
|
||||
return "value"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue