2015年9月4日
摘要: package com.leegh.parameterization/** * @author Guohui Li */class Outer { private val x = 10 class Inner { private val y = x + 10 }}object Path_... 阅读全文
posted @ 2015-09-04 08:36 李格非 阅读(136) 评论(0) 推荐(0) 编辑