aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/intermediate-error/A.scala
blob: 392db080546d2d33111267f377778cee8bafed68 (plain) (blame)
1
2
3
4
5
6
object A
{
	def x = 3
	//def x: String = 3
	//def x: String = "3"
}