result_for 运行报错:An outline is not available

来源:3-4 Scala基础 if与for

qq_夏天hot_0

2018-04-19 10:50

后面这个result_for 运行报错:An outline is not available。此时应该怎么处理?

写回答 关注

1回答

  • 码农_小戴
    2018-04-30 11:48:45
    val result_for=for {
      s <- l
      s1=s.toUpperCase();
      if(s1 != "")
    }yield (s1)
    
    def main(args: Array[String]): Unit = {
      println(result_for)
    }

    https://img2.mukewang.com/5ae6921a0001092a10870440.jpg

Scala程序设计—基础篇

Scala基础编程入门视频教程,能够编写简单的Scala代码

37007 学习 · 77 问题

查看课程

相似问题