Skip to content

Commit

Permalink
Fix imports to make IntelliJ happy (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich authored and densh committed May 9, 2017
1 parent 834affa commit c177380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -2,7 +2,7 @@ package java.lang

import scala.scalanative.native._
import scala.scalanative.runtime, runtime.ClassTypeOps
import scalanative.runtime.Intrinsics._
import scala.scalanative.runtime.Intrinsics._

class _Object {
@inline def __equals(that: _Object): scala.Boolean =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package scala.scalanative
package native

import scala.language.implicitConversions
import scalanative.runtime.undefined
import runtime.undefined

/** Type of a C-style vararg in an extern method. */
final abstract class CVararg
Expand Down

0 comments on commit c177380

Please sign in to comment.