summaryrefslogtreecommitdiff
path: root/test/files/presentation/hyperlinks/src/NameDefaultTests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/hyperlinks/src/NameDefaultTests.scala')
-rw-r--r--test/files/presentation/hyperlinks/src/NameDefaultTests.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/presentation/hyperlinks/src/NameDefaultTests.scala b/test/files/presentation/hyperlinks/src/NameDefaultTests.scala
index b218040fe3..340d223d2e 100644
--- a/test/files/presentation/hyperlinks/src/NameDefaultTests.scala
+++ b/test/files/presentation/hyperlinks/src/NameDefaultTests.scala
@@ -2,11 +2,11 @@
class NameDefaults {
val someString = "abc"
val someInt = 42
-
+
def foo(x: String, y: Int)(implicit logger: Int): Int = y
-
+
implicit val l = 42
-
+
def bar {
println()
val someOtherInt = 10