There was an error while loading. Please reload this page.
1 parent 45d6a52 commit abe5a39Copy full SHA for abe5a39
README.md
@@ -68,7 +68,7 @@ class MyClass extends LazyLogging {
68
Using the sourcecode library, it's possible to add line number information (especially useful for debugging):
69
70
```
71
-def foo(arg: String)(implicit file: sourcecode.File) = {
+def foo(arg: String)(implicit line: sourcecode.Line, file: sourcecode.File) = {
72
... do something with arg ...
73
... do something with file.value ...
74
}
0 commit comments