2015年9月8日
摘要: package com.leegh.parameterization/** * @author Guohui Li */class Self { self => val tmp = "Scala" def foo = self.tmp + this.tmp}trait S1class S2 {... 阅读全文
posted @ 2015-09-08 09:01 李格非 阅读(236) 评论(0) 推荐(0) 编辑