Skip to content

Commit

Permalink
After rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Oct 14, 2020
1 parent fe5f94a commit 640b5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativelib/src/main/scala/java/lang/Object.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class _Object {
@inline def __toString(): String =
getClass.getName + "@" + Integer.toHexString(hashCode)

@inline def __getClass(): _Class[_] = runtime.toClass(getRawType(this))
@inline def __getClass(): _Class[_] = toClass(getRawType(this))

@inline def __notify(): Unit =
getMonitor(this)._notify
Expand Down

0 comments on commit 640b5d1

Please sign in to comment.