aboutsummaryrefslogblamecommitdiff
path: root/sbt-bridge/bridge/src/sbt-test/source-dependencies/typeref-return/A.scala
blob: 0407cb6870b8f21e54d7258fdb63778782722b30 (plain) (tree)
1
2
3
4



                                             
object A {
	type I = Int
	def x: I = sys.error("not important")
}