Gregor Scheidt

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Gregor Scheidt created a post, Shouldn't auto-generated Scala methods default to UnsupportedOperationException instead of null?
When I write for example a class A that extends a trait B and then use IDEA's Ctrl+Enter / "Implement Methods..." operation, the default method implementations will look like this: def foo = null... -
Gregor Scheidt commented, -