Martin Cazares

13,637
reputation
10
47
54
val profile = getCurrentWebsiteProfile()
if (profile is LinkedInProfile) {
   print("${profile.getAwesomeProfile()}")
}else {
   print("${getBlogUrl()}")
}

http://www.doepiccoding.com/blog/?cat=10.